From: Jan Beulich Date: Tue, 11 Oct 2022 12:49:41 +0000 (+0200) Subject: update Xen version to 4.16.3-pre X-Git-Tag: archive/raspbian/4.16.2+90-g0d39a6d1ae-1+rpi1^2~28^2~89 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=4aa32912ebeda8cb94d1c3941e7f1f0a2d4f921b;p=xen.git update Xen version to 4.16.3-pre --- diff --git a/xen/Makefile b/xen/Makefile index 76d0a3ff25..8a403ee896 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -2,7 +2,7 @@ # All other places this is stored (eg. compile.h) should be autogenerated. export XEN_VERSION = 4 export XEN_SUBVERSION = 16 -export XEN_EXTRAVERSION ?= .2$(XEN_VENDORVERSION) +export XEN_EXTRAVERSION ?= .3-pre$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version